body{
    font-family: 'Montserrat', sans-serif;
    background-color: #F5F7FA;
}

.Main-conteiner {
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    background-color: #fff;
    margin: 40px auto;

}


/* Main content section */
.Main-content {
    padding: 100px 90px;
}    
.about-me-profession {
    font-size: 14px;
    color: #000;
    font-style: normal;
    font-weight: bold;
    line-height: 17px;
    margin: 0 0 20px 0;    
}
.Main-content-title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    margin: 0 0 10px 0;
}


/* About me section */
.about-me {
    margin: 0 0 40px 0;
}
.Name {
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    margin: 0 0 25px 0;
    color: #000000; 
}
.about-me-description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    Width: 400px;

}

/* My projects section */
.Projects {
    margin: 0 0 50px 0;
}
.Projects-list {
    padding: 0 0 0 17px;
    color: #000;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;

}
.My-projects-item {
    color: #000;
}
.My-projects-link {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
}
.My-projects-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-left: 5px;

}
.Projects-bracket {
    color: #000;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}

/* Experience */
.Experience {
}
.Experience-list {
    padding: 0 0 0 17px;
    color: #000;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
}
.Main-content-title-orange-names {
    color: #FB6B37;
}
.Work-experience-position {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
}
.Experience-time {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 10px 0;
    color: #A8A8A8;
}
.Razdelitel {
    color: #000;
}
.

/* Education */
.Education {
}
.Education-year-place {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 10px 0;
}

/* Sidebar section */
.Sidebar {
    background-color: #1E2939;
    width: 370px;
    padding: 40px 0;
}
.Contacts,
.Tech-skills,
.Soft-skills {
    margin: 50px 0 0 40px;
}
.Sidebar-title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 10px;
}


/* Contacts section */
.Contacts-type {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-right: 7px;
}
.Contacts-link {
    color: #565E6A;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}



/* Tech skills section */
.Tech-skills-list {
    padding: 0 0 0 18px;
}
.Tech-skills-item {
    color: #FB6D3A;
}
.Tech-skills-item-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}


/*  Soft skills section */
.Soft-skills-list {
    padding: 0 0 0 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.Soft-skills-item {
    color: #FB6D3A;

}
.Soft-skills-item-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}